home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / libtools.arc / LUT.DOC < prev    next >
Encoding:
Text File  |  1984-04-25  |  768 b   |  30 lines

  1.  
  2. LUT Command
  3. -----------
  4.  
  5. Purpose:   Displays the contents of one or more library (LBR) files
  6.        created by the LU or LAR utility.
  7.  
  8. Format:    LUT  [d:][path]filename[.ext]
  9.  
  10. Remarks:   If no operands are supplied, all files with an
  11.        extension of LBR in the current path are listed.
  12.        Global filename characters * and ? are allowed in
  13.        the filename and extension.
  14.  
  15. Examples:
  16.     1) List directory of all LBR files on drive B
  17.         LUT B:
  18.  
  19.     2) List directories of all LBR files on current drive
  20.         LUT
  21.  
  22.     3) List all LBR directories of filenames beginning with XYZ
  23.         LUT XYZ?????.LBR
  24.  
  25.  
  26. Notes:       Written by Vernon Buerg for public domain use.
  27.        April 21, 1984.
  28.  
  29. ----------
  30.